Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: updating sentry packages #1919

Merged
merged 4 commits into from
May 31, 2024
Merged

fix: updating sentry packages #1919

merged 4 commits into from
May 31, 2024

Conversation

pbastia
Copy link
Contributor

@pbastia pbastia commented May 31, 2024

No description provided.

@pbastia pbastia force-pushed the fix/sentry-frontend branch from 379b3ca to 0db9d96 Compare May 31, 2024 16:31
@pbastia pbastia marked this pull request as ready for review May 31, 2024 17:04
@@ -16,4 +16,5 @@ Sentry.init({
dsn: SENTRY_DSN,
environment: SENTRY_ENVIRONMENT,
release: SENTRY_RELEASE,
tracesSampleRate: 1.0,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will send all transactions to the sentry and will exceed our sentry quota in a day. I had that experience in Registration sentry :) Suggest changing this to 0.1

Copy link
Contributor

@Sepehr-Sobhani Sepehr-Sobhani left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🥇

@pbastia pbastia force-pushed the fix/sentry-frontend branch from b15b1ff to b8c9da0 Compare May 31, 2024 20:41
@pbastia pbastia merged commit 9c61c63 into develop May 31, 2024
17 checks passed
@pbastia pbastia deleted the fix/sentry-frontend branch May 31, 2024 21:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants